home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 41 / CD Expert nº 41.iso / Hellboy / data1.cab / Game_Data / data / animtab / water_switch_anim.ast < prev    next >
Text File  |  2000-08-18  |  2KB  |  61 lines

  1. //  DH INTERACTIVE LLC, COPYRIGHT (C) 1998
  2. //
  3. //  water_switch_anim.ast written at FRI Jun 02 10:10 2000
  4. //
  5. //
  6.  
  7.  24                     //  file_type
  8. 112                     //  file_version
  9.  
  10. //  water_switch_anim            //  Session name
  11. end
  12.  
  13. //----------------------------------------------------------------------------------------------------------//
  14.  
  15. // *** This first section contains the names of all the win_anims used by the table
  16. water_switch_anim
  17. end
  18.  
  19. //-----------------------------------------------------------------------------------------------------------//
  20.  
  21. // *** This second section contains the values for each anim state
  22. switch_down
  23. switch_going_up
  24. switch_up
  25. switch_going_down
  26. end
  27.  
  28. //////////////////////////////////////////////////////////////////////////////////////////////////////////////
  29.  
  30. switch_down                // name of this anim_state
  31. water_switch_anim              // name for the win_anim for this state
  32. switch_down                // default link anim for this anim state
  33. // Begin entries for this anim state
  34. begin_end_frame 0 0
  35. end_of_entries
  36.  
  37. switch_going_up                // name of this anim_state
  38. water_switch_anim            // name for the win_anim for this state
  39. switch_up                // default link anim for this anim state
  40. // Begin entries for this anim state
  41. begin_end_frame 0 84
  42. end_of_entries
  43.  
  44.  
  45. switch_up                // name of this anim_state
  46. water_switch_anim            // name for the win_anim for this state
  47. switch_up                // default link anim for this anim state
  48. // Begin entries for this anim state
  49. begin_end_frame 84 84
  50. end_of_entries
  51.  
  52. switch_going_down            // name of this anim_state
  53. water_switch_anim            // name for the win_anim for this state
  54. switch_down                // default link anim for this anim state
  55. // Begin entries for this anim state
  56. begin_end_frame 85 170
  57. end_of_entries
  58.  
  59.  
  60.  
  61.